String2Date
String2Date Parse text for use in the date-time record
#include <Script.h> Script Manager
short String2Date( textPtr, textLen, theCache, lengthUsed, dateTime);
Ptr textPtr ;
long textLen ;
DateCachePtr theCache ;
long *lengthUsed ;
LongDateRec *dateTime ;
The String2Date function expects the date at beginning of text and parses
text for use in the date-time record ( defined by the LongDateRec data
type).For more information see, Macintosh Worldwide Development: Guide to
System Software.
Returns: a short, the String2DateStatus.